Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mrg] signup page checks and more #208

Merged
merged 2 commits into from
Aug 20, 2020
Merged

Conversation

lucaslcode
Copy link
Member

move to markdown-it #196
signup page checks #206
forum link new tab #207
add hosting status to signup page

move to markdown-it #196
signup page checks #206
forum link new tab #207
add hosting status to signup page
Copy link
Member

@kalvdans kalvdans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this line in model.py

hosting_status = Column(Enum(HostingStatus), nullable=True)

to

hosting_status = Column(Enum(HostingStatus), nullable=False)

and remove HOSTING_STATUS_UNKNOWN from api.proto as well.

app/backend/src/couchers/servicers/auth.py Outdated Show resolved Hide resolved
@lucaslcode
Copy link
Member Author

@kalvdans I didn't want to change the backend yet until db migrations are done, because it would break production right?

@kalvdans
Copy link
Member

sure, let's do db changes properly as part of #190 instead :)

@aapeliv aapeliv merged commit be2cd41 into develop Aug 20, 2020
@aapeliv aapeliv deleted the bugfix-frontend-signup-and-more branch August 20, 2020 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants